Format Number as Percentage in R (3 Examples) | Express Numeric Values in Percent | Create Function
Format Number as Percentage in R (3 Examples) | Express Numeric Values in Percent | Create Function
Play
Square Root in R (2 Examples) | How to Apply the sqrt Function in RStudio | Numeric Value & Vector
Play
Absolute Value in R (2 Examples) | abs Function | Convert Vector & Data Matrix to Positive Values
Play
Add Index ID to Data Frame in R (3 Examples) | Create Numeric Identifier Using cbind, nrow & mutate
Play
Change Spacing of Axis Tick Marks in Base R Plot (2 Examples) | Modify Values with axis() Function
Play
Modify Numbers with Comma as Thousand Separator in R (2 Examples) | gsub(), lapply() & as.numeric()
Play
R print & cat Functions (Examples) | Return Character String, Data Frame & Numeric Value to RStudio
Play
Compute z-Score in R (2 Examples) | Normal Standard Scores & Standardized Values | Formula & scale()
Play
Draw Plot with Actual Values as Axis Ticks & Labels in R (2 Examples) | Change Tick Marks of Axes
Play
rep Function in R (3 Examples) | Replicate Elements of Vectors & Lists | times, each & len Arguments
Play
Add Column to Data Frame in R (3 Examples) | Append Vector as New Variable to Table | cbind Function
Play
Convert Data Frame Column to Numeric in R | Example: Change Factor & Character Variable | as.numeric
Play
Replace X-Axis Values in R (Example) | How to Change & Customize Ticks of Axes | axis() Function
Play
pull R Function of dplyr Package (2 Examples) | Extract Column / Variable from Data Frame / Tibble
Play
Check if Number is Integer in R (3 Examples) | Test for Whole Numbers | round & all.equal Functions
Play
names() Function in R (2 Examples) | How to Get or Set Names of Vector or List | Modify Data Objects
Play
Draw Plot of Function Curve in R (2 Examples) | Base R vs. ggplot2 Package | curve & stat_function
Play
abline() Function in R (6 Examples) | Draw ABline to Plot | Horizontal, Vertical & Regression Slope
Play
R Create Variable Name Using paste Function (Example) | New Data Object | assign & paste0 Functions
Play
R Create Dummy Variable (3 Examples) | Generate Random 0/1 Indicator | ifelse, model.matrix & rbinom
Play